home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / ptv1n6.arc / SWAPMAC.C < prev    next >
Text File  |  1991-01-21  |  77b  |  3 lines

  1. #define SWAP(type, x, y) 
  2.   {##type temp; temp = (x); x = (y); y = temp;}
  3.